net/http.routingNode.addChild (method)
5 uses
net/http (current package)
routing_tree.go#L46: n := root.addChild(p.host)
routing_tree.go#L48: n = n.addChild(p.method)
routing_tree.go#L70: n.addChild("").addSegments(segs[1:], p, h)
routing_tree.go#L72: n.addChild(seg.s).addSegments(segs[1:], p, h)
routing_tree.go#L88: func (n *routingNode) addChild(key string) *routingNode {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)